dragsource: Tweak docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Mar 2021 06:32:39 +0000 (01:32 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:36 +0000 (16:37 +0000)
gtk/gtkdragsource.c

index 02d76f218e5b3bae562c3d3c5b74870aec9591c8..cd6c33a7fadf3b9085955509ebfd460fe76d8055 100644 (file)
@@ -49,7 +49,7 @@
  * `GtkDragSource` can be set up with the necessary
  * ingredients for a DND operation ahead of time. This includes
  * the source for the data that is being transferred, in the form
- * of a `GdkContentProvider`, the desired action, and the icon to
+ * of a [class@Gdk.ContentProvider], the desired action, and the icon to
  * use during the drag operation. After setting it up, the drag
  * source must be added to a widget as an event controller, using
  * [method@Gtk.Widget.add_controller].